home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / DATA / P1984-04.IN < prev    next >
Text File  |  1988-06-01  |  1KB  |  33 lines

  1.         '.....................................................
  2.         '       changes to master plan:  analysis 4
  3.         '.....................................................
  4.  
  5.         '       fix demands for m10 at 33 mbbls
  6.         '                       m30 at 33 mbbls
  7.         '                       m60 at 24 mbbls
  8.         '
  9.             FIXED #710=33.,   #730=33.,     #760=24.;
  10.  
  11.         '.....................................................
  12.         '        set initial tank levels
  13.         '        plant  1 also specify unit price
  14.  
  15.             FIXED #411=40.,      #431=50.,      #461=50.;
  16.  
  17.         '.....................................................
  18.         '        plant  2
  19.         '
  20.             FIXED #611=15.,      #631=15.,      #661=12.;
  21.  
  22.         '.....................................................
  23.         '  limit total outstanding inv. at tanks m10,m30,m60
  24.  
  25.             PROCESS @25
  26.  
  27.             EQUATE    #600/total inventory tanks plt 2
  28.                       <EQ>  #610 + #630 + #660;
  29.  
  30.             LIMIT  #600 = 45. : 50.;
  31.  
  32. 
  33.